home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILREEN / SLASERFN.LZH / SAMPLE.BAT < prev    next >
DOS Batch File  |  1991-08-29  |  1KB  |  22 lines

  1. echo off
  2. cls
  3. echo ┌───────────────────────────────────────────────────────────────────────┐
  4. echo │ Before you can print a sample of your soft fonts you *must* have run  │
  5. echo │ options 3 and 4 from the installation menu. (These copy and unpack    │
  6. echo │ the soft fonts, and copy & unpack the utility programs.) If you have  │
  7. echo │ already done this you can print a sample sheet by hitting the return  │
  8. echo │ key now. This batch file only works for printers attached to a para-  │
  9. echo │ llel port.                                                            │
  10. echo │                                                                       │
  11. echo │ If you *don't* want to print anything hit the Ctrl-C key now to abort │
  12. echo │ this batch file and return to INSTALL.                                │
  13. echo └───────────────────────────────────────────────────────────────────────┘
  14. if "%1"=="" goto bad
  15. pause
  16. download @sample.lst -q %1:
  17. copy sample.doc %1:
  18. goto good
  19. :bad
  20. echo Sorry, you must pass a parallel print port as an argument
  21. :good
  22.